/**
* gtk_menu_set_display:
* @menu: a #GtkMenu
- * @screen: (allow-none): a #GdkDisplay, or %NULL if the display should be
- * determined by the widget the menu is attached to
+ * @display: (allow-none): a #GdkDisplay, or %NULL if the display should be
+ * determined by the widget the menu is attached to
*
* Sets the #GdkDisplay on which the menu will be displayed.
*
* gtk_selection_add_targets:
* @widget: a #GtkWidget
* @selection: the selection
- * @targets: (array length=ntargets): a table of targets to add
- * @ntargets: number of entries in @targets
+ * @targets: the targets to add
*
* Prepends a table of targets to the list of supported targets
* for a given widget and selection.
GList* gtk_window_get_icon_list (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
void gtk_window_set_icon (GtkWindow *window,
- GdkTexture *texture);
+ GdkTexture *icon);
GDK_AVAILABLE_IN_ALL
void gtk_window_set_icon_name (GtkWindow *window,
const gchar *name);